home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri Kaikille K-CD 2008 #18 / KCD200818.ISO / Vista Sidebar Styler / WindowsSidebarStyler_x64.msi / _0F246D5C36B57C41D730A4E83DDB39C4 / _21214734DD044021A9867979B8F59D14 / Hello World / Sources / Window1.xaml < prev    next >
Text File  |  2007-01-17  |  364b  |  12 lines

  1. ∩╗┐<Grid x:Class="TestGadget.Window1"
  2.     xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  3.     xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  4.     Height="76" Width="130"
  5.     >
  6.     <Grid.Background>
  7.         <ImageBrush ImageSource="images\background.png"  />
  8.     </Grid.Background>
  9.     
  10.     <Label Foreground="White">Hello, World!</Label>
  11. </Grid>
  12.